All Questions
3 questions
5votes
1answer
709views
Space Invaders clone for a college project
Edit: the project was submitted, and I got a good grade! :D I am finishing up a project for my computer science class. The project is a space invaders clone that uses the JavaFX library to provide ...
3votes
1answer
421views
Student project that calculates the return on an investment
This is a simple student project that calculates the return on an investment with a given investment amount, number of years invested, and annual interest rate. I know this is pretty basic, but I'm ...
5votes
1answer
468views
A "pointless" animation program
The assignment description for this code is this: Each time the user clicks the Circles button, randomly colored circles flow into the display and continuously change their shapes. Here is a ...